home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3985 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  677 b 

  1. Path: news.rwth-aachen.de!news
  2. From: Andreas John <john>
  3. Newsgroups: crl.general,comp.sys.sun.misc,comp.unix.sys5.misc,comp.lang.c,sci.math
  4. Subject: Re: Problem with C for the mathematical programm
  5. Date: 1 Feb 1996 09:05:40 GMT
  6. Organization: RWTH -Aachen / Rechnerbetrieb Informatik
  7. Message-ID: <4epvp4$3h0@news.rwth-aachen.de>
  8. References: <4epq2e$h4b@crl2.crl.com>
  9. NNTP-Posting-Host: fritz.ithe.rwth-aachen.de
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1.2 sun4c)
  14. X-URL: news:4epq2e$h4b@crl2.crl.com
  15.  
  16. You have to tell the linker to use the mathematical library:
  17. cc name.c -lm
  18.  
  19. A. John
  20.  
  21.